Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2025

Bumps microsoft/typescript-go from dc6ce07 to 7c2dab6.

Commits
  • 7c2dab6 Fix go-to-definition for object literal shorthand properties (#2000)
  • 545944b perf(tspath): avoid string copy in ToFileNameLowerCase (#1575)
  • cc53c33 Don't ask for checker immediately in ProvideCodeActions (#2192)
  • 7c40d35 Make fourslash a real async client (#2184)
  • 6b60f4a Server-to-client refresh requests for user preference updates (#2174)
  • 487416c Fix --customConditions null not being respected when overriding tsconfig.json...
  • 7812f24 Fix TS2540 not reported for readonly properties accessed through imports (#2179)
  • 320b8d9 Temporarily work around golangci-lint custom git bug (#2181)
  • e88d0f4 Never create more checkers than files in a program (#2172)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [microsoft/typescript-go](https://github.com/microsoft/typescript-go) from `dc6ce07` to `7c2dab6`.
- [Commits](microsoft/typescript-go@dc6ce07...7c2dab6)

---
updated-dependencies:
- dependency-name: microsoft/typescript-go
  dependency-version: 7c2dab6c4248845a1dde0693a6609bf2655e8463
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update submodules code labels Dec 3, 2025
@codecov
Copy link

codecov bot commented Dec 3, 2025

Codecov Report

❌ Patch coverage is 18.88112% with 116 lines in your changes missing coverage. Please review.
✅ Project coverage is 44.97%. Comparing base (8e9cd76) to head (ef60476).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pkg/fourslash/fourslash.go 0.91% 108 Missing ⚠️
pkg/checker/checker.go 57.14% 2 Missing and 1 partial ⚠️
pkg/compiler/checkerpool.go 71.42% 1 Missing and 1 partial ⚠️
pkg/compiler/program.go 50.00% 1 Missing and 1 partial ⚠️
pkg/api/api.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
+ Coverage   44.91%   44.97%   +0.06%     
==========================================
  Files         349      349              
  Lines      126127   126286     +159     
==========================================
+ Hits        56649    56798     +149     
- Misses      65292    65299       +7     
- Partials     4186     4189       +3     
Flag Coverage Δ
unittests 44.97% <18.88%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Co-authored-by: buke <1013738+buke@users.noreply.github.com>
@buke buke merged commit 6065201 into main Dec 4, 2025
3 checks passed
@buke buke deleted the dependabot/submodules/microsoft/typescript-go-7c2dab6 branch December 4, 2025 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file submodules Pull requests that update submodules code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants